home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / InstallMaster 7.03 / Devfulldemo.exe / file0213.bin < prev    next >
Encoding:
Text File  |  1999-04-26  |  2.0 KB  |  74 lines

  1. Document Type: WSE
  2. item: Global
  3.   Version=6.0
  4.   Title=Rtrim$
  5.   Flags=00000100
  6.   Split=1420
  7.   Languages=65 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0
  8.   Copy Default=1
  9.   Japanese Font Name=MS Gothic
  10.   Japanese Font Size=10
  11.   Start Gradient=0 0 255
  12.   End Gradient=0 0 0
  13.   Windows Flags=00000100000000010010110000001000
  14.   Message Font=MS Sans Serif
  15.   Font Size=8
  16.   Extra Flags=11111111111111111111111111111100
  17.   Disk Filename=SETUP
  18.   Patch Flags=0000000000000001
  19.   Patch Threshold=85
  20.   Patch Memory=4000
  21.   FTP Cluster Size=20
  22. end
  23. item: Remark
  24.   Text=This Wise 6.0 sample script demonstrates the use of the Expression Rtrim$ in the parser.
  25. end
  26. item: Remark
  27. end
  28. item: Remark
  29.   Text=There are spaces in the Set Variable command of this end of the variable.
  30. end
  31. item: Set Variable
  32.   Variable=ALPHANUMERIC
  33.   Value=Wise 6.0           
  34. end
  35. item: Remark
  36. end
  37. item: Remark
  38.   Text=This is the first way to use the expression parser.
  39. end
  40. item: Remark
  41.   Text=The Rtrim$ statement removes all spaces at the end of a variable.
  42. end
  43. item: Set Variable
  44.   Variable=ENDRESULT
  45.   Value=Rtrim$(Alphanumeric)
  46.   Flags=00100000
  47. end
  48. item: Display Message
  49.   Title=Expression Parser - Rtrim$ Test 1.
  50.   Text=This Display message shows the set variable command in conjunction with the Expression parser.
  51.   Text=
  52.   Text="%Alphanumeric%" is equal to "%Endresult%" after removing the trailing spaces.
  53. end
  54. item: Remark
  55. end
  56. item: Remark
  57.   Text=This is the other way to use the expression parser.
  58. end
  59. item: Remark
  60.   Text=You can also use the command options such as <, >, >=, <=, and, or, not, and <>.
  61. end
  62. item: If/While Statement
  63.   Value=Endresult = Rtrim$(Alphanumeric)
  64.   Flags=00001101
  65. end
  66. item: Display Message
  67.   Title=Expression Parser - Rtrim$ Test 2.
  68.   Text=This Display message shows an if/while statement in conjunction with the Expression parser.
  69.   Text=
  70.   Text=Yes, "%Alphanumeric%" is equal to "%Endresult%" after removing the trailing spaces.
  71. end
  72. item: End Block
  73. end
  74.